.footer .footer_box1 {
	background: var(--c);
}

.footer .footer_box1 .title {
	flex: 0 0 auto;
	color: #fff;
	line-height: 0.45rem;
}
.footer .footer_box1 a {
	color: #fff;
	line-height: 0.45rem;
	opacity: 0.7;
}
.footer .footer_box1 .item {
	padding: 0 0.1rem;
}
.footer .footer_box1 a:hover {
	opacity: 1;
}
.footer .main {
	justify-content: inherit;
}

.footer .footer_box2 {
	padding-top: 0.8rem;
	background: #D1D3D9;
	padding-bottom: 0.75rem;
	border-bottom: 0.01rem solid #E6E6E6;
}

.footer .footer_box2 .flex_box1 {
	flex: 0 0 3.86rem;
	width: 3.86rem;
	margin-right: 0.84rem;
}


.footer .footer_box2 .flex_box2 .infomation {
	display: flex;
	flex-wrap: wrap;
}

.footer .footer_box2 .flex_box2 .info_item {
	flex: 0 0 50%;
	margin-bottom: 0.13rem;
}

.footer .footer_box2 .flex_box2 .info_item > div {
	font-size: 0.18rem;
}

.footer_nav {
	display: flex;
	margin-top: 0.5rem;
	margin-left: -0.2rem;
}
.footer_nav .nav_item {
	padding: 0 0.2rem;
}
.footer_nav .nav_item + .nav_item {
	border-left: 0.01rem solid #B4B4B4;
}

.footer .flex_box3 img {
	width: 1.2rem;
	height: 1.2rem;
}

.footer .flex_box3 .ewm {
	font-size: 0.16rem;
	color: #333;
	text-align: center;
	margin-top: 0.14rem;
}
.footer .record {
	background: #D1D3D9;
	line-height: 0.52rem;
}
.footer .record .main {
	justify-content: center;
}
.footer .record p {
	color: #858585;
	font-size: 0.16rem;
	flex: 0 0 auto;
}

@media only screen and (max-width: 1024px) {
.footer .footer_box1 .title{
    font-size: 0.24rem;
}
.footer .footer_box1 a{
    font-size: 0.24rem;
}
.footer .main{
    display: block;
}
.footer .footer_box2 .flex_box1{
    width: 80%;
    margin-bottom: .5rem;
    margin-right: 0;
}
.footer .footer_box2 .flex_box2 .info_item{
    flex: 0 0 100%;
    font-size: 0.24rem;
}
.footer .footer_box2 .flex_box2 .info_item > div{
    font-size: 0.24rem;
}
.footer_nav{
    display: block;
    height: auto;
    overflow: hidden;
}
.footer_nav .nav_item{
    width: 25%;
  float: left;
  margin-bottom: .3rem;
  font-size: 0.24rem;
}
.footer .flex_box3 .ewm{
    font-size: 0.24rem;
}
.footer_nav .nav_item + .nav_item{
    border: none;
}
.footer .flex_box3 img{
    height: 100%;
    width: 30%;
}
.footer .record p{
    font-size: 0.24rem;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}